projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aede2f
)
(load-with-code-conversion): Bind deactivate-mark.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Dec 2005 05:11:57 +0000
(
05:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Dec 2005 05:11:57 +0000
(
05:11
+0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 8283940bd2d7caf8b0469266e07c34e749d59e7b..cd26cd2f73f09821485212d4606eda48fbb6d666 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-73,7
+73,9
@@
Return t if file exists."
(inhibit-file-name-operation nil))
(save-excursion
(set-buffer buffer)
- (insert-file-contents fullname)
+ ;; Don't let deactivate-mark remain set.
+ (let (deactivate-mark)
+ (insert-file-contents fullname))
;; If the loaded file was inserted with no-conversion or
;; raw-text coding system, make the buffer unibyte.
;; Otherwise, eval-buffer might try to interpret random